home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / JScript.sch < prev    next >
Text File  |  2004-01-06  |  3KB  |  140 lines

  1. object TPersHolder
  2.   P.Name = 'JavaScript'
  3.   P.Extensions.Strings = (
  4.     'js')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       SingleLineCommentDelimiters = <
  27.         item
  28.           FontID = 4
  29.           LeftDelimiter = '//'
  30.         end>
  31.       MultiLineCommentDelimiters = <
  32.         item
  33.           FontID = 5
  34.           LeftDelimiter = '/*'
  35.           RightDelimiter = '*/'
  36.         end>
  37.       SingleLineStringDelimiters = <
  38.         item
  39.           FontID = 6
  40.           LeftDelimiter = #39
  41.           RightDelimiter = #39
  42.         end
  43.         item
  44.           FontID = 7
  45.           LeftDelimiter = '"'
  46.           RightDelimiter = '"'
  47.         end>
  48.       NumPrefixes = <
  49.         item
  50.           LeftDelimiter = '0x'
  51.         end
  52.         item
  53.           LeftDelimiter = '0X'
  54.         end>
  55.       KeywordSets = <
  56.         item
  57.           FontID = 8
  58.           Name = 'reserved'
  59.           Keywords =
  60.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  61.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  62.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  63.             'id,while,with'
  64.         end>
  65.     end>
  66.   P.FontTable = <
  67.     item
  68.       FontID = 0
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 1
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clGreen
  79.       Font.Height = -13
  80.       Font.Name = 'Courier New'
  81.       Font.Style = []
  82.     end
  83.     item
  84.       FontID = 2
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clGreen
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = []
  90.     end
  91.     item
  92.       FontID = 3
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clGreen
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 4
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clGray
  103.       Font.Height = -13
  104.       Font.Name = 'Courier New'
  105.       Font.Style = [fsItalic]
  106.     end
  107.     item
  108.       FontID = 5
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clGray
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = [fsItalic]
  114.     end
  115.     item
  116.       FontID = 6
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clMaroon
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = []
  122.     end
  123.     item
  124.       FontID = 7
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clMaroon
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = []
  130.     end
  131.     item
  132.       FontID = 8
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clBlue
  135.       Font.Height = -13
  136.       Font.Name = 'Courier New'
  137.       Font.Style = [fsBold]
  138.     end>
  139.   P.SyntaxVersion = 2
  140. end